Q3Camera_SetPlacement
You can use theQ3Camera_SetPlacement
function to set the placement of a camera.
TQ3Status Q3Camera_SetPlacement ( TQ3CameraObject camera, const TQ3CameraPlacement *placement);
camera
- A camera object.
placement
- A pointer to a camera placement structure.
DESCRIPTION
TheQ3Camera_SetPlacement
function sets the placement of the camera specified by thecamera
parameter to the position specified by theplacement
parameter.